﻿2026-06-17T06:47:41.5111449Z ##[group]Run set -euo pipefail
2026-06-17T06:47:41.5112459Z [36;1mset -euo pipefail[0m
2026-06-17T06:47:41.5126546Z [36;1mPIN=0c95435[0m
2026-06-17T06:47:41.5127405Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-17T06:47:41.5128444Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-17T06:47:41.5129876Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-17T06:47:41.5131607Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-17T06:47:41.5133331Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-17T06:47:41.5134741Z [36;1m  rm -rf "$CACHE"[0m
2026-06-17T06:47:41.5135685Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-17T06:47:41.5136782Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-17T06:47:41.5138127Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-17T06:47:41.5139593Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-17T06:47:41.5140594Z [36;1mfi[0m
2026-06-17T06:47:41.5141706Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-17T06:47:41.5157286Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-17T06:47:41.5158428Z env:
2026-06-17T06:47:41.5159334Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-17T06:47:41.5160376Z ##[endgroup]
2026-06-17T06:47:41.8143261Z    Compiling proc-macro2 v1.0.106
2026-06-17T06:47:41.8144574Z    Compiling unicode-ident v1.0.24
2026-06-17T06:47:41.8144936Z    Compiling quote v1.0.45
2026-06-17T06:47:41.8145261Z    Compiling libc v0.2.186
2026-06-17T06:47:41.8145924Z    Compiling serde_core v1.0.228
2026-06-17T06:47:41.8146383Z    Compiling cfg-if v1.0.4
2026-06-17T06:47:41.8146698Z    Compiling serde v1.0.228
2026-06-17T06:47:41.8211494Z    Compiling log v0.4.32
2026-06-17T06:47:41.8260002Z    Compiling pin-project-lite v0.2.17
2026-06-17T06:47:41.8278278Z    Compiling portable-atomic v1.13.1
2026-06-17T06:47:41.8322318Z    Compiling typenum v1.20.1
2026-06-17T06:47:41.8424400Z    Compiling memchr v2.8.1
2026-06-17T06:47:41.8426326Z    Compiling version_check v0.9.5
2026-06-17T06:47:41.8573478Z    Compiling critical-section v1.2.0
2026-06-17T06:47:41.8591177Z    Compiling shlex v2.0.1
2026-06-17T06:47:41.8830377Z    Compiling find-msvc-tools v0.1.9
2026-06-17T06:47:41.9055012Z    Compiling futures-core v0.3.32
2026-06-17T06:47:41.9161853Z    Compiling bytes v1.11.1
2026-06-17T06:47:41.9351902Z    Compiling subtle v2.6.1
2026-06-17T06:47:42.0776052Z    Compiling equivalent v1.0.2
2026-06-17T06:47:42.0868364Z    Compiling smallvec v1.15.1
2026-06-17T06:47:42.1094615Z    Compiling itoa v1.0.18
2026-06-17T06:47:42.1319783Z    Compiling semver v1.0.28
2026-06-17T06:47:42.1452191Z    Compiling stable_deref_trait v1.2.1
2026-06-17T06:47:42.1501555Z    Compiling futures-io v0.3.32
2026-06-17T06:47:42.1659367Z    Compiling slab v0.4.12
2026-06-17T06:47:42.1738407Z    Compiling futures-sink v0.3.32
2026-06-17T06:47:42.2190990Z    Compiling futures-task v0.3.32
2026-06-17T06:47:42.2921053Z    Compiling futures-channel v0.3.32
2026-06-17T06:47:42.3042277Z    Compiling rustversion v1.0.22
2026-06-17T06:47:42.3050370Z    Compiling generic-array v0.14.7
2026-06-17T06:47:42.3164580Z    Compiling bitflags v2.12.1
2026-06-17T06:47:42.3621984Z    Compiling hashbrown v0.17.1
2026-06-17T06:47:42.3772068Z    Compiling cpufeatures v0.2.17
2026-06-17T06:47:42.3841164Z    Compiling fnv v1.0.7
2026-06-17T06:47:42.4641590Z    Compiling rustc_version v0.4.1
2026-06-17T06:47:42.4643065Z    Compiling rand_core v0.10.1
2026-06-17T06:47:42.5293995Z    Compiling strsim v0.11.1
2026-06-17T06:47:42.5451548Z    Compiling cfg_aliases v0.2.1
2026-06-17T06:47:42.5501035Z    Compiling writeable v0.6.3
2026-06-17T06:47:42.5541506Z    Compiling litemap v0.8.2
2026-06-17T06:47:42.6281522Z    Compiling fs_extra v1.3.0
2026-06-17T06:47:42.6530730Z    Compiling utf8_iter v1.0.4
2026-06-17T06:47:42.6621005Z    Compiling dunce v1.0.5
2026-06-17T06:47:42.7361145Z    Compiling icu_properties_data v2.2.0
2026-06-17T06:47:42.7521526Z    Compiling ident_case v1.0.1
2026-06-17T06:47:42.8170951Z    Compiling getrandom v0.4.2
2026-06-17T06:47:42.8711130Z    Compiling icu_normalizer_data v2.2.0
2026-06-17T06:47:42.8890847Z    Compiling percent-encoding v2.3.2
2026-06-17T06:47:42.9460794Z    Compiling autocfg v1.5.1
2026-06-17T06:47:42.9794785Z    Compiling http v1.4.1
2026-06-17T06:47:43.0781698Z    Compiling aws-lc-rs v1.17.0
2026-06-17T06:47:43.0918032Z    Compiling indexmap v2.14.0
2026-06-17T06:47:43.0982670Z    Compiling thiserror v2.0.18
2026-06-17T06:47:43.1155901Z    Compiling cpufeatures v0.3.0
2026-06-17T06:47:43.1192757Z    Compiling unicode-segmentation v1.13.3
2026-06-17T06:47:43.1784507Z    Compiling syn v2.0.117
2026-06-17T06:47:43.1860976Z    Compiling scopeguard v1.2.0
2026-06-17T06:47:43.2190846Z    Compiling chacha20 v0.10.0
2026-06-17T06:47:43.2290507Z    Compiling form_urlencoded v1.2.2
2026-06-17T06:47:43.2870274Z    Compiling lock_api v0.4.14
2026-06-17T06:47:43.3440665Z    Compiling untrusted v0.9.0
2026-06-17T06:47:43.3901375Z    Compiling rustls v0.23.40
2026-06-17T06:47:43.3970465Z    Compiling heck v0.5.0
2026-06-17T06:47:43.4200589Z    Compiling anyhow v1.0.102
2026-06-17T06:47:43.4451043Z    Compiling const-oid v0.10.2
2026-06-17T06:47:43.4610654Z    Compiling jobserver v0.1.34
2026-06-17T06:47:43.5131097Z    Compiling atomic-waker v1.1.2
2026-06-17T06:47:43.5570768Z    Compiling unicode-xid v0.2.6
2026-06-17T06:47:43.5622677Z    Compiling parking_lot_core v0.9.12
2026-06-17T06:47:43.5970940Z    Compiling zerocopy v0.8.50
2026-06-17T06:47:43.6250966Z    Compiling httparse v1.10.1
2026-06-17T06:47:43.6440883Z    Compiling convert_case v0.10.0
2026-06-17T06:47:43.6510379Z    Compiling paste v1.0.15
2026-06-17T06:47:43.7536799Z    Compiling cc v1.2.63
2026-06-17T06:47:43.7731874Z    Compiling num-traits v0.2.19
2026-06-17T06:47:43.7968930Z    Compiling hybrid-array v0.4.12
2026-06-17T06:47:43.8360595Z    Compiling curve25519-dalek v4.1.3
2026-06-17T06:47:43.9300783Z    Compiling ahash v0.8.12
2026-06-17T06:47:43.9460829Z    Compiling fastrand v2.4.1
2026-06-17T06:47:43.9687498Z    Compiling powerfmt v0.2.0
2026-06-17T06:47:43.9800807Z    Compiling either v1.16.0
2026-06-17T06:47:44.0201758Z    Compiling http-body v1.0.1
2026-06-17T06:47:44.0380419Z    Compiling crypto-common v0.1.7
2026-06-17T06:47:44.0631587Z    Compiling block-buffer v0.10.4
2026-06-17T06:47:44.0810392Z    Compiling base64ct v1.8.3
2026-06-17T06:47:44.1439236Z    Compiling deranged v0.5.8
2026-06-17T06:47:44.2151092Z    Compiling digest v0.10.7
2026-06-17T06:47:44.2541845Z    Compiling time-core v0.1.8
2026-06-17T06:47:44.2587550Z    Compiling base64 v0.22.1
2026-06-17T06:47:44.4080053Z    Compiling tower-service v0.3.3
2026-06-17T06:47:44.4179489Z    Compiling pem-rfc7468 v1.0.0
2026-06-17T06:47:44.4300532Z    Compiling zmij v1.0.21
2026-06-17T06:47:44.4790695Z    Compiling pkg-config v0.3.33
2026-06-17T06:47:44.4940709Z    Compiling try-lock v0.2.5
2026-06-17T06:47:44.4990567Z    Compiling data-encoding v2.11.0
2026-06-17T06:47:44.5090595Z    Compiling num-conv v0.2.2
2026-06-17T06:47:44.5720737Z    Compiling mio v1.2.1
2026-06-17T06:47:44.6142499Z    Compiling socket2 v0.6.4
2026-06-17T06:47:44.6146556Z    Compiling getrandom v0.2.17
2026-06-17T06:47:44.7230813Z    Compiling tinyvec_macros v0.1.1
2026-06-17T06:47:44.7533292Z    Compiling rand_core v0.6.4
2026-06-17T06:47:44.7900435Z    Compiling vcpkg v0.2.15
2026-06-17T06:47:44.8591644Z    Compiling rand v0.10.1
2026-06-17T06:47:44.8667253Z    Compiling tinyvec v1.11.0
2026-06-17T06:47:44.8960537Z    Compiling want v0.3.1
2026-06-17T06:47:44.9150108Z    Compiling parking_lot v0.12.5
2026-06-17T06:47:44.9340196Z    Compiling sha2 v0.10.9
2026-06-17T06:47:45.0531541Z    Compiling block-buffer v0.12.0
2026-06-17T06:47:45.2160631Z    Compiling cmake v0.1.58
2026-06-17T06:47:45.2262720Z    Compiling crypto-common v0.2.2
2026-06-17T06:47:45.3250674Z    Compiling inout v0.1.4
2026-06-17T06:47:45.3890655Z    Compiling vergen-lib v9.1.0
2026-06-17T06:47:45.4022254Z    Compiling n0-future v0.3.2
2026-06-17T06:47:45.4220668Z    Compiling serde_json v1.0.150
2026-06-17T06:47:45.4550871Z    Compiling signature v2.2.0
2026-06-17T06:47:45.5090430Z    Compiling diatomic-waker v0.2.3
2026-06-17T06:47:45.5673744Z    Compiling crossbeam-utils v0.8.21
2026-06-17T06:47:45.5747699Z    Compiling winnow v1.0.3
2026-06-17T06:47:45.5960352Z    Compiling spin v0.10.0
2026-06-17T06:47:45.6220977Z    Compiling httpdate v1.0.3
2026-06-17T06:47:45.6400495Z    Compiling parking v2.2.1
2026-06-17T06:47:45.6530909Z    Compiling cordyceps v0.3.4
2026-06-17T06:47:45.7281871Z    Compiling ed25519 v2.2.3
2026-06-17T06:47:45.7350931Z    Compiling cipher v0.4.4
2026-06-17T06:47:45.7542063Z    Compiling futures-lite v2.6.1
2026-06-17T06:47:45.7744938Z    Compiling netlink-packet-core v0.8.1
2026-06-17T06:47:45.7862535Z    Compiling universal-hash v0.5.1
2026-06-17T06:47:45.8399466Z    Compiling vergen-lib v0.1.6
2026-06-17T06:47:45.8700184Z    Compiling vergen v9.1.0
2026-06-17T06:47:45.9355809Z    Compiling heapless v0.7.17
2026-06-17T06:47:45.9520534Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-17T06:47:45.9690609Z    Compiling noq-udp v0.10.0
2026-06-17T06:47:45.9876354Z    Compiling sync_wrapper v1.0.2
2026-06-17T06:47:46.0121416Z    Compiling opaque-debug v0.3.1
2026-06-17T06:47:46.0340293Z    Compiling byteorder v1.5.0
2026-06-17T06:47:46.0530629Z    Compiling allocator-api2 v0.2.21
2026-06-17T06:47:46.0750514Z    Compiling futures-buffered v0.2.13
2026-06-17T06:47:46.0886627Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-17T06:47:46.0971666Z    Compiling aws-lc-sys v0.41.0
2026-06-17T06:47:46.1068777Z    Compiling ring v0.17.14
2026-06-17T06:47:46.1106367Z    Compiling libsqlite3-sys v0.30.1
2026-06-17T06:47:46.2190450Z    Compiling hash32 v0.2.1
2026-06-17T06:47:46.2400550Z    Compiling polyval v0.6.2
2026-06-17T06:47:46.3470447Z    Compiling digest v0.11.3
2026-06-17T06:47:46.3775344Z    Compiling spin v0.9.8
2026-06-17T06:47:46.4416702Z    Compiling vergen-gitcl v1.0.8
2026-06-17T06:47:46.5380818Z    Compiling num_threads v0.1.7
2026-06-17T06:47:46.5436657Z    Compiling signature v3.0.0
2026-06-17T06:47:46.5517842Z    Compiling ryu v1.0.23
2026-06-17T06:47:46.5532188Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-17T06:47:46.6314876Z    Compiling tower-layer v0.3.3
2026-06-17T06:47:46.6317922Z    Compiling fallible-iterator v0.3.0
2026-06-17T06:47:46.6865094Z    Compiling time v0.3.47
2026-06-17T06:47:46.7340502Z    Compiling sha2 v0.11.0-rc.5
2026-06-17T06:47:46.7790189Z    Compiling ghash v0.5.1
2026-06-17T06:47:46.7902265Z    Compiling ctr v0.9.2
2026-06-17T06:47:46.8674807Z    Compiling aes v0.8.4
2026-06-17T06:47:46.9000731Z    Compiling fs2 v0.4.3
2026-06-17T06:47:46.9720686Z    Compiling http-body-util v0.1.3
2026-06-17T06:47:46.9760645Z    Compiling aead v0.5.2
2026-06-17T06:47:46.9991462Z    Compiling openssl-probe v0.2.1
2026-06-17T06:47:47.0230929Z    Compiling crossbeam-epoch v0.9.18
2026-06-17T06:47:47.1023689Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-17T06:47:47.1310425Z    Compiling crossbeam-channel v0.5.15
2026-06-17T06:47:47.1966240Z    Compiling netlink-packet-route v0.29.0
2026-06-17T06:47:47.2728822Z    Compiling blake3 v1.8.5
2026-06-17T06:47:47.2980934Z    Compiling uuid v1.23.2
2026-06-17T06:47:47.4714637Z    Compiling memoffset v0.6.5
2026-06-17T06:47:47.5130889Z    Compiling aes-gcm v0.10.3
2026-06-17T06:47:47.6050605Z    Compiling acto v0.8.2
2026-06-17T06:47:47.6720411Z    Compiling netwatch v0.16.0
2026-06-17T06:47:47.6836725Z    Compiling noq v0.18.0
2026-06-17T06:47:47.7620481Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-17T06:47:47.8051177Z    Compiling rustix v1.1.4
2026-06-17T06:47:47.8586703Z    Compiling thiserror v1.0.69
2026-06-17T06:47:47.8952648Z    Compiling foldhash v0.2.0
2026-06-17T06:47:47.9052280Z    Compiling lru-slab v0.1.2
2026-06-17T06:47:47.9255224Z    Compiling tagptr v0.2.0
2026-06-17T06:47:48.0350430Z    Compiling rustc-hash v2.1.2
2026-06-17T06:47:48.0460090Z    Compiling sorted-index-buffer v0.2.1
2026-06-17T06:47:48.0565472Z    Compiling identity-hash v0.1.0
2026-06-17T06:47:48.0580989Z    Compiling mac-addr v0.3.0
2026-06-17T06:47:48.1232528Z    Compiling xml-rs v0.8.28
2026-06-17T06:47:48.1435883Z    Compiling ref-cast v1.0.25
2026-06-17T06:47:48.2131248Z    Compiling hashbrown v0.16.1
2026-06-17T06:47:48.2969786Z    Compiling synstructure v0.13.2
2026-06-17T06:47:48.3052056Z    Compiling darling_core v0.20.11
2026-06-17T06:47:48.3140766Z    Compiling serde_derive_internals v0.29.1
2026-06-17T06:47:48.4381606Z    Compiling netlink-packet-route v0.30.0
2026-06-17T06:47:48.9540255Z    Compiling proc-macro-crate v3.5.0
2026-06-17T06:47:49.0100482Z    Compiling xmltree v0.10.3
2026-06-17T06:47:49.0211494Z    Compiling termios v0.2.2
2026-06-17T06:47:49.1321362Z    Compiling ioctl-rs v0.1.6
2026-06-17T06:47:49.1520798Z    Compiling serial-core v0.4.0
2026-06-17T06:47:49.1663498Z    Compiling errno v0.3.14
2026-06-17T06:47:49.2004923Z    Compiling aho-corasick v1.1.4
2026-06-17T06:47:49.2320636Z    Compiling simple-dns v0.9.3
2026-06-17T06:47:49.2413925Z    Compiling regex-syntax v0.8.10
2026-06-17T06:47:49.2678806Z    Compiling resolv-conf v0.7.6
2026-06-17T06:47:49.3111961Z    Compiling arrayref v0.3.9
2026-06-17T06:47:49.3280643Z    Compiling arrayvec v0.7.6
2026-06-17T06:47:49.3779574Z    Compiling simdutf8 v0.1.5
2026-06-17T06:47:49.4131289Z    Compiling constant_time_eq v0.4.2
2026-06-17T06:47:49.5321219Z    Compiling sha1_smol v1.0.1
2026-06-17T06:47:49.5790681Z    Compiling toml_write v0.1.2
2026-06-17T06:47:49.6114032Z    Compiling smol_str v0.1.24
2026-06-17T06:47:49.6924248Z    Compiling signal-hook v0.3.18
2026-06-17T06:47:49.7305691Z    Compiling winnow v0.7.15
2026-06-17T06:47:49.7370110Z    Compiling linux-raw-sys v0.12.1
2026-06-17T06:47:49.8150507Z    Compiling signal-hook-registry v1.4.8
2026-06-17T06:47:49.8399722Z    Compiling serial-unix v0.4.0
2026-06-17T06:47:49.8553924Z    Compiling lru v0.16.4
2026-06-17T06:47:50.0720221Z    Compiling darling_core v0.23.0
2026-06-17T06:47:50.0917781Z    Compiling serde_bytes v0.11.19
2026-06-17T06:47:50.1807840Z    Compiling seize v0.5.1
2026-06-17T06:47:50.3208396Z    Compiling serde_derive v1.0.228
2026-06-17T06:47:50.3279426Z    Compiling zeroize_derive v1.4.3
2026-06-17T06:47:50.5274904Z    Compiling tokio-macros v2.7.0
2026-06-17T06:47:50.6446831Z    Compiling futures-macro v0.3.32
2026-06-17T06:47:50.9781618Z    Compiling zeroize v1.8.2
2026-06-17T06:47:51.1500847Z    Compiling zerofrom-derive v0.1.7
2026-06-17T06:47:51.3072093Z    Compiling yoke-derive v0.8.2
2026-06-17T06:47:51.3170845Z    Compiling tokio v1.52.3
2026-06-17T06:47:51.6511562Z    Compiling futures-util v0.3.32
2026-06-17T06:47:51.6810910Z    Compiling zerovec-derive v0.11.3
2026-06-17T06:47:51.9299686Z    Compiling displaydoc v0.2.6
2026-06-17T06:47:52.2841071Z    Compiling tracing-attributes v0.1.31
2026-06-17T06:47:52.6701465Z    Compiling zerofrom v0.1.8
2026-06-17T06:47:52.7045769Z    Compiling rustls-pki-types v1.14.1
2026-06-17T06:47:52.7755687Z    Compiling yoke v0.8.3
2026-06-17T06:47:52.7880970Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-17T06:47:52.9760779Z    Compiling zerotrie v0.2.4
2026-06-17T06:47:53.0080756Z    Compiling thiserror-impl v2.0.18
2026-06-17T06:47:53.1117135Z    Compiling zerovec v0.11.6
2026-06-17T06:47:53.4040850Z    Compiling darling_macro v0.20.11
2026-06-17T06:47:53.4140397Z    Compiling derive_more-impl v2.1.1
2026-06-17T06:47:53.7405596Z    Compiling n0-error-macros v0.1.3
2026-06-17T06:47:53.7414745Z    Compiling darling v0.20.11
2026-06-17T06:47:53.8126322Z    Compiling derive_builder_core v0.20.2
2026-06-17T06:47:53.9014545Z    Compiling tinystr v0.8.3
2026-06-17T06:47:53.9040746Z    Compiling potential_utf v0.1.5
2026-06-17T06:47:53.9432024Z    Compiling spez v0.1.2
2026-06-17T06:47:54.0470735Z    Compiling icu_collections v2.2.0
2026-06-17T06:47:54.1640684Z    Compiling icu_locale_core v2.2.0
2026-06-17T06:47:54.3939114Z    Compiling der v0.8.0-rc.10
2026-06-17T06:47:54.8541001Z    Compiling pin-project-internal v1.1.13
2026-06-17T06:47:54.8759438Z    Compiling n0-error v0.1.3
2026-06-17T06:47:54.8930574Z    Compiling cobs v0.3.0
2026-06-17T06:47:55.0680249Z    Compiling postcard-derive v0.2.2
2026-06-17T06:47:55.2310101Z    Compiling derive_builder_macro v0.20.2
2026-06-17T06:47:55.2500942Z    Compiling ed25519-dalek v2.2.0
2026-06-17T06:47:55.5190590Z    Compiling icu_provider v2.2.0
2026-06-17T06:47:55.5780099Z    Compiling ipnet v2.12.0
2026-06-17T06:47:55.6010245Z    Compiling derive_builder v0.20.2
2026-06-17T06:47:55.6049695Z    Compiling futures-executor v0.3.32
2026-06-17T06:47:55.9280921Z    Compiling icu_properties v2.2.0
2026-06-17T06:47:55.9540651Z    Compiling icu_normalizer v2.2.0
2026-06-17T06:47:55.9582124Z    Compiling spki v0.8.0-rc.4
2026-06-17T06:47:55.9780595Z    Compiling prefix-trie v0.8.4
2026-06-17T06:47:56.1580916Z    Compiling once_cell v1.21.4
2026-06-17T06:47:56.1650628Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-17T06:47:56.2190382Z    Compiling pin-project v1.1.13
2026-06-17T06:47:56.3010919Z    Compiling ed25519 v3.0.0-rc.4
2026-06-17T06:47:56.3214819Z    Compiling futures v0.3.32
2026-06-17T06:47:56.3870741Z    Compiling tracing-core v0.1.36
2026-06-17T06:47:56.4081233Z    Compiling spt-proto v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-17T06:47:56.6129441Z    Compiling hashbrown v0.14.5
2026-06-17T06:47:56.6860926Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-17T06:47:56.8170999Z    Compiling rustls-native-certs v0.8.4
2026-06-17T06:47:57.0000379Z    Compiling tracing v0.1.44
2026-06-17T06:47:57.1310689Z    Compiling tokio-util v0.7.18
2026-06-17T06:47:57.3197623Z    Compiling netlink-sys v0.8.8
2026-06-17T06:47:57.3489216Z    Compiling postcard v1.1.3
2026-06-17T06:47:57.3562215Z    Compiling data-encoding-macro v0.1.20
2026-06-17T06:47:57.4221280Z    Compiling idna_adapter v1.2.2
2026-06-17T06:47:57.4460882Z    Compiling hashlink v0.9.1
2026-06-17T06:47:57.5034838Z    Compiling idna v1.1.0
2026-06-17T06:47:57.5540546Z    Compiling tower v0.5.3
2026-06-17T06:47:57.5990504Z    Compiling num_enum_derive v0.7.6
2026-06-17T06:47:57.6361635Z    Compiling iroh-metrics-derive v0.4.1
2026-06-17T06:47:57.6490596Z    Compiling enum-assoc v1.3.0
2026-06-17T06:47:57.8371321Z    Compiling strum_macros v0.28.0
2026-06-17T06:47:57.8580642Z    Compiling rusqlite v0.32.1
2026-06-17T06:47:57.8662456Z    Compiling async-trait v0.1.89
2026-06-17T06:47:57.8790456Z    Compiling netdev v0.42.0
2026-06-17T06:47:57.8965295Z    Compiling derive_more v2.1.1
2026-06-17T06:47:57.9080888Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-17T06:47:58.0980485Z    Compiling url v2.5.8
2026-06-17T06:47:58.1109750Z    Compiling h2 v0.4.14
2026-06-17T06:47:58.3080961Z    Compiling iroh-metrics v0.38.3
2026-06-17T06:47:58.3840512Z    Compiling n0-watcher v0.6.1
2026-06-17T06:47:58.4940587Z    Compiling tokio-stream v0.1.18
2026-06-17T06:47:58.6106087Z    Compiling netlink-proto v0.12.0
2026-06-17T06:47:58.6581146Z    Compiling iroh-relay v0.98.0
2026-06-17T06:47:58.7819444Z    Compiling num_enum v0.7.6
2026-06-17T06:47:58.7970799Z    Compiling moka v0.12.15
2026-06-17T06:47:58.8773050Z    Compiling serde_spanned v0.6.9
2026-06-17T06:47:58.9149730Z    Compiling toml_datetime v0.6.11
2026-06-17T06:47:58.9221232Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-17T06:47:58.9360904Z    Compiling attohttpc v0.30.1
2026-06-17T06:47:58.9860515Z    Compiling tower-http v0.6.11
2026-06-17T06:47:59.0160893Z    Compiling iroh-base v0.98.0
2026-06-17T06:47:59.0420917Z    Compiling ref-cast-impl v1.0.25
2026-06-17T06:47:59.1671341Z    Compiling spt-store v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-17T06:47:59.2920518Z    Compiling thiserror-impl v1.0.69
2026-06-17T06:47:59.5540611Z    Compiling toml_edit v0.22.27
2026-06-17T06:47:59.6770835Z    Compiling webpki-roots v1.0.7
2026-06-17T06:47:59.7360764Z    Compiling regex-automata v0.4.14
2026-06-17T06:47:59.8228300Z    Compiling schemars_derive v1.2.1
2026-06-17T06:47:59.8880770Z    Compiling hmac v0.12.1
2026-06-17T06:47:59.9128085Z    Compiling iroh v0.98.2
2026-06-17T06:48:00.0299214Z    Compiling cmov v0.5.4
2026-06-17T06:48:00.1110436Z    Compiling pin-utils v0.1.0
2026-06-17T06:48:00.1750866Z    Compiling bitflags v1.3.2
2026-06-17T06:48:00.2297499Z    Compiling utf8parse v0.2.2
2026-06-17T06:48:00.2508402Z    Compiling dyn-clone v1.0.20
2026-06-17T06:48:00.2577208Z    Compiling rustix v0.38.44
2026-06-17T06:48:00.3220442Z    Compiling anstyle-parse v1.0.0
2026-06-17T06:48:00.3860624Z    Compiling ctutils v0.4.2
2026-06-17T06:48:00.4740752Z    Compiling nix v0.25.1
2026-06-17T06:48:00.5081809Z    Compiling hkdf v0.12.4
2026-06-17T06:48:00.6329777Z    Compiling backon v1.6.0
2026-06-17T06:48:00.6733504Z    Compiling darling_macro v0.23.0
2026-06-17T06:48:00.7020530Z    Compiling papaya v0.2.4
2026-06-17T06:48:00.8190579Z    Compiling strum v0.28.0
2026-06-17T06:48:00.9170948Z    Compiling serial v0.4.0
2026-06-17T06:48:00.9671409Z    Compiling iroh-dns v0.98.0
2026-06-17T06:48:01.0057248Z    Compiling filedescriptor v0.8.3
2026-06-17T06:48:01.0320811Z    Compiling foldhash v0.1.5
2026-06-17T06:48:01.0750978Z    Compiling anstyle-query v1.1.5
2026-06-17T06:48:01.0850488Z    Compiling shell-words v1.1.1
2026-06-17T06:48:01.1700964Z    Compiling anstyle v1.0.14
2026-06-17T06:48:01.1930363Z    Compiling linux-raw-sys v0.4.15
2026-06-17T06:48:01.2260547Z    Compiling downcast-rs v1.2.1
2026-06-17T06:48:01.2470724Z    Compiling colorchoice v1.0.5
2026-06-17T06:48:01.2710546Z    Compiling is_terminal_polyfill v1.70.2
2026-06-17T06:48:01.2994177Z    Compiling instability v0.3.12
2026-06-17T06:48:01.3250494Z    Compiling signal-hook-mio v0.2.5
2026-06-17T06:48:01.3517265Z    Compiling hashbrown v0.15.5
2026-06-17T06:48:01.3650674Z    Compiling darling v0.23.0
2026-06-17T06:48:01.4050491Z    Compiling anstream v1.0.0
2026-06-17T06:48:01.4376954Z    Compiling spake2 v0.4.0
2026-06-17T06:48:01.4457360Z    Compiling terminal_size v0.4.4
2026-06-17T06:48:01.4910973Z    Compiling strum_macros v0.26.4
2026-06-17T06:48:01.5410983Z    Compiling sha1 v0.10.6
2026-06-17T06:48:01.5781069Z    Compiling itertools v0.13.0
2026-06-17T06:48:01.6330929Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-17T06:48:01.8100387Z    Compiling castaway v0.2.4
2026-06-17T06:48:01.8278663Z    Compiling static_assertions v1.1.0
2026-06-17T06:48:01.9121134Z    Compiling doctest-file v1.1.1
2026-06-17T06:48:01.9440697Z    Compiling unicode-width v0.1.14
2026-06-17T06:48:02.0250459Z    Compiling schemars v1.2.1
2026-06-17T06:48:02.2591141Z    Compiling spt-msg v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-17T06:48:02.2850587Z    Compiling toml v0.8.23
2026-06-17T06:48:02.4250676Z    Compiling indoc v2.0.7
2026-06-17T06:48:02.8672356Z    Compiling regex v1.12.3
2026-06-17T06:48:02.9529150Z    Compiling clap_lex v1.1.0
2026-06-17T06:48:03.2420283Z    Compiling clap_builder v4.6.0
2026-06-17T06:48:03.3132194Z    Compiling spt-runtime v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-17T06:48:03.5360562Z    Compiling unicode-truncate v1.1.0
2026-06-17T06:48:03.5525845Z    Compiling hyper v1.10.1
2026-06-17T06:48:03.6970776Z    Compiling crossterm v0.28.1
2026-06-17T06:48:03.7341364Z    Compiling interprocess v2.4.2
2026-06-17T06:48:03.8180243Z    Compiling strum v0.26.3
2026-06-17T06:48:03.9920461Z    Compiling lru v0.12.5
2026-06-17T06:48:04.2100599Z    Compiling compact_str v0.8.2
2026-06-17T06:48:04.4065522Z    Compiling clap_derive v4.6.1
2026-06-17T06:48:04.6850334Z    Compiling portable-pty v0.8.1
2026-06-17T06:48:04.7441116Z    Compiling iana-time-zone v0.1.65
2026-06-17T06:48:04.8120857Z    Compiling cassowary v0.3.0
2026-06-17T06:48:05.0040754Z    Compiling unicode-width v0.2.0
2026-06-17T06:48:05.0710544Z    Compiling chrono v0.4.45
2026-06-17T06:48:05.1171422Z    Compiling nucleo-matcher v0.3.1
2026-06-17T06:48:05.2938465Z    Compiling spt-term v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-17T06:48:05.3866643Z    Compiling ratatui v0.29.0
2026-06-17T06:48:05.5547181Z    Compiling hyper-util v0.1.20
2026-06-17T06:48:05.5807111Z    Compiling qrcode v0.14.1
2026-06-17T06:48:05.6260801Z    Compiling tempfile v3.27.0
2026-06-17T06:48:05.8390752Z warning: enum `Launch` is never used
2026-06-17T06:48:05.8430750Z   --> crates/spt-term/src/winprog.rs:62:6
2026-06-17T06:48:05.8460681Z    |
2026-06-17T06:48:05.8500742Z 62 | enum Launch {
2026-06-17T06:48:05.8509815Z    |      ^^^^^^
2026-06-17T06:48:05.8540541Z    |
2026-06-17T06:48:05.8581264Z    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
2026-06-17T06:48:05.8619922Z 
2026-06-17T06:48:05.8650494Z warning: function `last_segment` is never used
2026-06-17T06:48:05.8690581Z   --> crates/spt-term/src/winprog.rs:74:4
2026-06-17T06:48:05.8692277Z    |
2026-06-17T06:48:05.8729269Z 74 | fn last_segment(s: &str) -> &str {
2026-06-17T06:48:05.8790728Z    |    ^^^^^^^^^^^^
2026-06-17T06:48:05.8823098Z 
2026-06-17T06:48:05.8827752Z warning: function `ext_of` is never used
2026-06-17T06:48:05.8861045Z   --> crates/spt-term/src/winprog.rs:80:4
2026-06-17T06:48:05.8900888Z    |
2026-06-17T06:48:05.8940730Z 80 | fn ext_of(s: &str) -> Option<String> {
2026-06-17T06:48:05.8980365Z    |    ^^^^^^
2026-06-17T06:48:05.9019580Z 
2026-06-17T06:48:05.9050279Z warning: function `parent_of` is never used
2026-06-17T06:48:05.9080467Z   --> crates/spt-term/src/winprog.rs:89:4
2026-06-17T06:48:05.9100481Z    |
2026-06-17T06:48:05.9112910Z 89 | fn parent_of(s: &str) -> Option<&str> {
2026-06-17T06:48:05.9114273Z    |    ^^^^^^^^^
2026-06-17T06:48:05.9114654Z 
2026-06-17T06:48:05.9115025Z warning: function `launch_for` is never used
2026-06-17T06:48:05.9116473Z   --> crates/spt-term/src/winprog.rs:95:4
2026-06-17T06:48:05.9117041Z    |
2026-06-17T06:48:05.9117512Z 95 | fn launch_for(path: PathBuf, ext: &str) -> Launch {
2026-06-17T06:48:05.9118096Z    |    ^^^^^^^^^^
2026-06-17T06:48:05.9118396Z 
2026-06-17T06:48:05.9118730Z warning: function `resolve_in` is never used
2026-06-17T06:48:05.9119540Z    --> crates/spt-term/src/winprog.rs:112:4
2026-06-17T06:48:05.9120155Z     |
2026-06-17T06:48:05.9120583Z 112 | fn resolve_in(
2026-06-17T06:48:05.9121020Z     |    ^^^^^^^^^^
2026-06-17T06:48:05.9121363Z 
2026-06-17T06:48:05.9971076Z    Compiling spt-live v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-17T06:48:06.6431069Z    Compiling clap v4.6.1
2026-06-17T06:48:07.0231785Z warning: `spt-term` (lib) generated 6 warnings
2026-06-17T06:48:07.5624077Z    Compiling igd-next v0.17.1
2026-06-17T06:48:08.7474277Z    Compiling portmapper v0.16.0
2026-06-17T06:48:13.1682697Z    Compiling rustls-webpki v0.103.13
2026-06-17T06:48:15.4917921Z    Compiling tokio-rustls v0.26.4
2026-06-17T06:48:15.4918349Z    Compiling noq-proto v0.17.0
2026-06-17T06:48:15.4918660Z    Compiling rustls-platform-verifier v0.7.0
2026-06-17T06:48:15.6253607Z    Compiling hickory-net v0.26.0-beta.4
2026-06-17T06:48:15.6254694Z    Compiling hyper-rustls v0.27.9
2026-06-17T06:48:15.6255114Z    Compiling tokio-websockets v0.13.2
2026-06-17T06:48:15.7499259Z    Compiling reqwest v0.13.4
2026-06-17T06:48:16.7020203Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-17T06:48:30.1568781Z    Compiling spt-net v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-17T06:48:31.5112763Z    Compiling spt-daemon v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-17T06:48:38.2977824Z    Compiling spt v0.8.3 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-17T06:48:41.7270983Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-17T06:48:41.7498877Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-427d0402c7ad9772)
2026-06-17T06:48:41.7511846Z 
2026-06-17T06:48:41.7512033Z running 1 test
2026-06-17T06:48:47.8388303Z test new_brain_serves_against_old_broker ... ok
2026-06-17T06:48:47.8388584Z 
2026-06-17T06:48:47.8388812Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.09s
2026-06-17T06:48:47.8389726Z 
